toByte

@DeprecatedSinceKotlin(warningSince = "1.3", errorSince = "1.5")
open override fun toByte(): Byte

Converts this Float value to Byte.

The resulting Byte value is equal to this.toInt().toByte().